From 517fd84fbaa8031336955eb50203b778d050bebf Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 18 Dec 2009 07:51:43 +0000 Subject: [PATCH] netbsd: Build fix (do not build memshr). Signed-off-by: Keir Fraser --- tools/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index 36262db822..478fc3d8f4 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -25,7 +25,6 @@ SUBDIRS-$(CONFIG_Linux) += memshr SUBDIRS-$(CONFIG_Linux) += blktap SUBDIRS-$(CONFIG_Linux) += blktap2 SUBDIRS-$(CONFIG_NetBSD) += libaio -SUBDIRS-$(CONFIG_NetBSD) += memshr SUBDIRS-$(CONFIG_NetBSD) += blktap2 SUBDIRS-$(CONFIG_NetBSD) += xenbackendd SUBDIRS-y += libfsimage -- 2.30.2